home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gCans, gJump
- puppetSound("bing")
- if gJump = "owlhelp" then
- go("owlhelp1")
- else
- set the visible of sprite 17 to 1
- set the visible of sprite 18 to 1
- if gCans > 2 then
- set the visible of sprite 16 to 1
- end if
- if gCans > 3 then
- set the visible of sprite 19 to 1
- end if
- set the visible of sprite 31 to 1
- set the visible of sprite 32 to 1
- set the visible of sprite 33 to 1
- set the visible of sprite 34 to 1
- set the visible of sprite 35 to 1
- set the visible of sprite 36 to 1
- set the visible of sprite 37 to 1
- set the visible of sprite 38 to 1
- go(gJump)
- end if
- end
-